home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / umsmtp02.zip / UMAIL.PRO < prev    next >
Text File  |  1995-02-05  |  6KB  |  127 lines

  1. //****************************************************************************
  2. // File: umail.pro                       Version 2.0               05-Feb-1995
  3. //                                       Niel Kempson <kempson@snowyowl.co.uk>
  4. //****************************************************************************
  5. //
  6. // Change Log
  7. //
  8. //    2.0 [05-Feb-1995] Niel Kempson <snowyowl.co.uk>
  9. //        Initial version.
  10. //
  11. //****************************************************************************
  12. //----------------------------------------------------------------------------
  13. // Ultimedia Mail/2 Configuration File
  14. // ===================================
  15. //
  16. // Many features of UltiMail are user configurable. All features which are
  17. // specific for a given UltiMail client are collected in this profile. This
  18. // file can be edited with any regular editor. Most conveniently it is hoever
  19. // accessed through the settings notebooks in UltiMail itself.
  20. //
  21. // Comments (like this one) are according to C++ conventions preceeded by a
  22. // double forward slash '//'. The double forward slash and anything after it
  23. // on the given line is then ignored by UltiMail.
  24. // Note: comments are not preserved when the configuration file is changed
  25. //       through the settings notebooks from within UltiMail.
  26. // Note: changes made directly in this file do not take effect until UltiMail
  27. //       is logged off and on again with this profile. Most changes made
  28. //       through the settings notebooks however take effect immediately.
  29. //----------------------------------------------------------------------------
  30. :SESSION       dll              = 'CSESLOCL'
  31.                name             = 'Local Mail'
  32.                pipeclass        = 'PIPELOCL'
  33.                load             = 'automatic'
  34.                retrycount       = '1'
  35.                retryinterval    = '5000'
  36.                color            = 'Blue'
  37.                userid           = ''
  38.                password         = ''
  39.                .
  40. //
  41. //:PROFILE       provider         = 'ADVANTIS'
  42. //               file             = 'C:\tcpip\ETC\TCPOS2.INI'
  43. //               .
  44. //
  45. :LETTER        address          = 'medium'
  46.                open             = 'after'
  47.                create           = 'Text / plain'
  48.                separator        = '//--- forwarded letter -------------------------------------------------------'
  49.                annotation       = '> '
  50.                sigplacement     = 'after'
  51.                useseparator     = 'yes'
  52.                useannotation    = 'yes'
  53.                viewinwindow     = 'yes'
  54.                beeponnewmail    = 'yes'
  55.                notifysendok     = 'yes'
  56.                signature        = '-- Your NameYour OrganisationE-mail: yourid@yourhost.your.domain'
  57.                from             = 'Your Name <yourid@yourhost.your.domain>'
  58.                replyto          = 'Your Name <yourid@yourhost.your.domain>'
  59.                .
  60. :OBJHANDLER    type             = Text
  61.                subtype          = enriched
  62.                viewtype         = SOM
  63.                viewmodule       = OBJEPM
  64.                viewdata         = Buffer
  65.                preload          = Yes
  66.                .
  67. :OBJHANDLER    type             = Text
  68.                subtype          = *
  69.                viewtype         = SOM
  70.                viewmodule       = OBJMLE
  71.                viewdata         = Buffer
  72.                preload          = Yes
  73.                .
  74. :OBJHANDLER    type             = Image
  75.                subtype          = *
  76.                viewtype         = SOM
  77.                viewmodule       = OBJIMG
  78.                viewdata         = File
  79.                preload          = No
  80.                .
  81. :OBJHANDLER    type             = Audio
  82.                subtype          = X-midi
  83.                viewtype         = EXE
  84.                viewmodule       = MPPM
  85.                .
  86. :OBJHANDLER    type             = Audio
  87.                subtype          = *
  88.                viewtype         = EXE
  89.                viewmodule       = WEPM
  90.                .
  91. :OBJHANDLER    type             = Message
  92.                subtype          = external-body
  93.                viewtype         = SOM
  94.                viewmodule       = OBJEXT
  95.                viewdata         = File
  96.                preload          = No
  97.                .
  98. :OBJHANDLER    type             = Video
  99.                subtype          = *
  100.                viewtype         = EXE
  101.                viewmodule       = MPPM
  102.                .
  103. :OBJHANDLER    type             = *
  104.                subtype          = *
  105.                viewtype         = 'SOM'
  106.                viewmodule       = 'OBJHNDLR'
  107.                viewdata         = 'file'
  108.                preload          = 'no'
  109.                params           = ''
  110.                .
  111. :USER          id               = 'yourid'
  112.                password         = '*'
  113.                name             = 'Your Name'
  114.                reply_domain     = 'yourhost@your.domain'
  115.                .
  116. :TIMEZONE      zone             = '14'
  117.                hours            = '0'
  118.                minutes          = '0'
  119.                summerwhich      = '4'
  120.                summerday        = '0'
  121.                summermonth      = '2'
  122.                standardwhich    = '4'
  123.                standardday      = '0'
  124.                standardmonth    = '9'
  125.                .
  126. //---end of file -------------------------------------------------------------
  127.